home *** CD-ROM | disk | FTP | other *** search
- RR FindFolder (type ; path ) -> err
-
- err integer returns the error which occured.
- A value of zero indicates everything was OK.
-
- type is a, case-sensitive, four-character string indicating the type of
- folder you want the path of. There are four categories
- of folder types (see following sections)
-
- path string contains the path of the folder. Ignore it when an
- error occured, but should be empty anyway.
- Maximum length is 255 characters. You can't use a
- alpha- (too short) or text-field (wrong internal
- format) to receive the path, recommended is to use
- a variable (C_STRING(255;var)). With most folder
- types it doesn't need to be an empty string upon
- entry because the contents is ignored.
-
- When you use a folder type at the start of a path upon entry, this external does not test if the path really exists.
-